report_memory_error Subroutine

public subroutine report_memory_error(fcn, err, flag)

Reports a memory allocation error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: fcn

The name of the function that failed.

class(errors), intent(inout) :: err

The error object to be updated.

integer(kind=int32), intent(in) :: flag

The error flag.


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg